home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / share / Eterm / themes / trans / theme.cfg < prev   
Text File  |  2005-12-09  |  4KB  |  196 lines

  1. <Eterm-0.9.2>
  2.  
  3. begin color
  4.     foreground #aaaaaa
  5.     background black
  6.     cursor #ffff00
  7.     cursor_text #880000
  8.     pointer white
  9.     video normal
  10. end color
  11. begin attributes
  12.     title "%appname() -- Pseudo-transparency Theme"
  13.     name Eterm-transparent
  14. end attributes
  15. begin imageclasses
  16.     path "./pix/:~/.Eterm/:~/.Eterm/themes/Eterm/pix:~/.Eterm/pix/:/usr/share/Eterm/pix/"
  17.     begin image
  18.       type background
  19.       state normal
  20.       file %random(`cat pixmaps.list`)
  21.       mode trans allow image trans viewport auto
  22.       border 0 0 0 0
  23.     end image
  24.     begin image
  25.       type trough
  26.       mode trans allow image trans viewport auto
  27.       state normal
  28.       color black #666666
  29.       file bar_vertical_3.png
  30.       geom 100
  31.       border 2 2 2 3
  32.     end image
  33.     begin image
  34.       type anchor
  35.       mode image allow image auto
  36.       state normal
  37.       color black #666666
  38.       file bar_vertical_1.png
  39.       geom 100
  40.       border 2 2 2 3
  41.       state selected
  42.       file bar_vertical_2.png
  43.       geom 100
  44.       border 2 2 2 3
  45.     end image
  46.     begin image
  47.       type thumb
  48.       mode image allow image auto
  49.       state normal
  50.       color black #666666
  51.       file thumb_1.png
  52.       geom 100
  53.       border 3 3 3 3
  54.       state selected
  55.       file thumb_2.png
  56.       geom 100
  57.       border 3 3 3 3
  58.     end image
  59.     begin image
  60.       type up_arrow
  61.       mode image allow image auto
  62.       state normal
  63.       color black #666666
  64.       file button_arrow_up_1.png
  65.       geom 100
  66.       border 2 2 2 2
  67.       state selected
  68.       file button_arrow_up_2.png
  69.       geom 100
  70.       border 2 2 2 2
  71.       state clicked
  72.       file button_arrow_up_3.png
  73.       geom 100
  74.       border 2 2 2 2
  75.     end image
  76.     begin image
  77.       type down_arrow
  78.       mode image allow image auto
  79.       state normal
  80.       color black #666666
  81.       file button_arrow_down_1.png
  82.       geom 100
  83.       border 2 2 2 2
  84.       state selected
  85.       file button_arrow_down_2.png
  86.       geom 100
  87.       border 2 2 2 2
  88.       state clicked
  89.       file button_arrow_down_3.png
  90.       geom 100
  91.       border 2 2 2 2
  92.     end image
  93.     begin image
  94.       type menu
  95.       mode image allow image auto
  96.       state normal
  97.       color black #999999
  98.       file bar_horizontal_1.png
  99.       geom 100
  100.       border 2 3 2 3
  101.       state selected
  102.       file bar_horizontal_2.png
  103.       geom 100
  104.       border 2 3 2 3
  105.     end image
  106.     begin image
  107.       type submenu
  108.       mode image allow image auto
  109.       state normal
  110.       color black #999999
  111.       file menu1.png
  112.       geom 100
  113.       border 3 15 3 3
  114.       padding 3 15 3 3
  115.       state selected
  116.       file menu2.png
  117.       geom 100
  118.       border 3 15 3 3
  119.       padding 3 15 3 3
  120.       state clicked
  121.       file menu3.png
  122.       geom 100
  123.       border 3 15 3 3
  124.       padding 3 15 3 3
  125.     end image
  126.     begin image
  127.       type button_bar
  128.       mode image allow image auto
  129.       state normal
  130.       color black #999999
  131.       file bar_horizontal_1.png
  132.       geom 100
  133.       border 2 3 2 2
  134.       state disabled
  135.       color white #333333
  136.       cmod image 0xc0
  137.       border 2 3 2 2
  138.     end image
  139.     begin image
  140.       type button
  141.       mode image allow image auto
  142.       state normal
  143.       color black #cccccc
  144.       file bar_horizontal_1.png
  145.       geom 100
  146.       border 2 3 2 2
  147.       state selected
  148.       file bar_horizontal_2.png
  149.       geom 100
  150.       border 2 3 2 2
  151.       state clicked
  152.       file bar_horizontal_3.png
  153.       geom 100
  154.       border 2 3 2 2
  155.     end image
  156. end
  157. %include "menus.cfg"
  158. begin actions
  159.     bind ctrl button1 to string "\e]5;\a"
  160.     bind ctrl button2 to string "\e[?30t"
  161.     bind ctrl button3 to menu Eterm
  162.     bind ctrl shift button3 to string "\e]6;14\a"
  163. end actions
  164. begin button_bar
  165.     font "-adobe-helvetica-medium-r-normal--10-100-75-75-p-56-iso8859-1"
  166.     button Eterm action menu "Eterm Operations"
  167.     button Font action menu Font
  168.     button Background action menu Background
  169.     button Terminal action menu Terminal
  170.     rbutton icon help.png action script "spawn(Eterm -e man Eterm)"
  171.     rbutton icon exit.png action script "exit"
  172. end button_bar
  173. begin toggles
  174.     map_alert on
  175.     visual_bell on
  176.     login_shell true
  177.     scrollbar on
  178.     utmp_logging on
  179.     iconic false
  180.     home_on_output 1
  181.     home_on_input 1
  182.     scrollbar_right true
  183.     scrollbar_floating true
  184.     borderless true
  185. end toggles
  186. begin keyboard
  187.     smallfont_key LessThan
  188.     bigfont_key GreaterThan
  189. end keyboard
  190. begin misc
  191.     save_lines 64
  192.     cut_chars "\t\\\`\\\"\'&() *,;<=>?@[]{|}"
  193.     border_width 5
  194.     term_name Eterm
  195. end misc
  196.